Schema bimoCommon.v1
Schema bimoCommon.v1 : Typ prosty string9
Typ prosty string9
Opis
Typ prosty umożliwiający zapisanie tesktu długości maksymalnie 9 znaków.
Przestrzeń nazw http://api.big.pl/bimo/v1
Typ
Restriction of Typ prosty string
Diagram
Typ prosty string9
Przegląd
string9 Restriction of Typ prosty string
Typ prosty umożliwiający zapisanie tesktu długości maksymalnie 9 znaków.
Dozwolone wartości
MaxLength9
Źródło
<xs:simpleType name="string9" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ prosty umożliwiający zapisanie tesktu długości maksymalnie 9 znaków.</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="bc:string">
    <xs:maxLength value="9" />
  </xs:restriction>
</xs:simpleType>
Zobacz także